.featuring {
  min-height: 300px;
  background-color: #fff;
  padding: 30px;
  padding-top: 100px; }
  @media screen and (max-width: 768px) {
    .featuring {
      background-position: bottom;
      padding: 10px;
      padding-top: 30px; } }
  .featuring .cont-f {
    max-width: 90%;
    margin: 0 auto; }
    .featuring .cont-f h2 {
      font-family: "Playfair Display";
      font-weight: 700;
      font-size: 32px;
      margin-bottom: 30px; }
      .featuring .cont-f h2 .divisor {
        width: 200px; }

.list-up {
  padding-bottom: 10px; }
  .list-up .l-icon img {
    width: 30px; }
    @media screen and (max-width: 768px) {
      .list-up .l-icon img {
        margin: 0 auto;
        padding-bottom: 20px;
        width: 50px; } }
  .list-up .l-title {
    font-size: 16px;
    padding-top: 7px;
    padding-left: 0; }
    @media screen and (max-width: 768px) {
      .list-up .l-title {
        text-align: center; } }
  .list-up .l-txt {
    font-family: "Gotham Book";
    line-height: 22px;
    font-size: 14.5px;
    color: #666;
    padding-top: 10px;
    padding-left: 0; }
    @media screen and (max-width: 768px) {
      .list-up .l-txt {
        padding: 10px 40px;
        text-align: center; } }

.pricing {
  min-height: 300px;
  padding: 80px 0;
  padding-bottom: 40px;
  margin: 0 auto;
  background-color: #f1f1f3;
  background-image: url("https://img03.en25.com/EloquaImages/clients/AvayaInc/%7B0d768cfb-5ba3-48a7-9d17-08239e0e84f8%7D_bg-1.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%; }
  .pricing h2 {
    text-align: center;
    font-family: "Playfair Display";
    font-weight: 700;
    font-size: 42px;
    line-height: 25px; }
    .pricing h2 .divisor {
      width: 200px;
      margin: 0 auto; }
  .pricing .pricing-cols {
    padding-top: 40px;
    padding-bottom: 20px;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px; }
    .pricing .pricing-cols .col-md-3 {
      padding: 10px 10px; }
      @media screen and (max-width: 991px) {
        .pricing .pricing-cols .col-md-3 {
          padding: 10px 40px; } }
      .pricing .pricing-cols .col-md-3 .col-in {
        min-height: 610px;
        background: #f9f9fa;
        b-webkit-box-shadow: 5px 4px 20px -13px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 5px 4px 20px -13px rgba(0, 0, 0, 0.5);
        box-shadow: 5px 4px 20px -13px rgba(0, 0, 0, 0.5);
        border-radius: 6px;
        border-top: 5px solid #da291c; }
        @media screen and (max-width: 991px) {
          .pricing .pricing-cols .col-md-3 .col-in {
            min-height: auto; } }
        .pricing .pricing-cols .col-md-3 .col-in .col-in-w {
          background: #fff;
          padding: 30px;
          border-bottom: 0.5px solid #ccc; }
          .pricing .pricing-cols .col-md-3 .col-in .col-in-w h2 {
            font-family: "Playfair Display";
            font-weight: 700;
            text-align: center;
            font-size: 26px;
            margin-bottom: 5px; }
            .pricing .pricing-cols .col-md-3 .col-in .col-in-w h2 span {
              font-family: "Gotham Book";
              font-size: 14px;
              color: #666;
              display: block;
              margin-top: 10px; }
          .pricing .pricing-cols .col-md-3 .col-in .col-in-w h3 {
            font-family: "Playfair Display";
            color: #da291c;
            font-weight: 700;
            text-align: center;
            font-size: 48px; }
            .pricing .pricing-cols .col-md-3 .col-in .col-in-w h3 span {
              font-family: "Gotham Book";
              font-size: 13px;
              display: block;
              margin-top: 10px;
              color: #666; }
              .pricing .pricing-cols .col-md-3 .col-in .col-in-w h3 span:first-child {
                color: #000;
                display: inline-block;
                vertical-align: top;
                font-size: 22px;
                padding-top: 10px;
                padding-right: 5px;
                font-weight: lighter;
                font-family: "Gotham Book"; }
          .pricing .pricing-cols .col-md-3 .col-in .col-in-w a.btn-in {
            display: block;
            padding: 10px 20px;
            border: 2px solid #da291c;
            font-family: "Gotham Book";
            text-align: center;
            color: #000;
            -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in; }
            .pricing .pricing-cols .col-md-3 .col-in .col-in-w a.btn-in:hover {
              text-decoration: none;
              -webkit-transition: all 0.2s ease-in;
              transition: all 0.2s ease-in;
              background: #da291c;
              color: #fff; }
        .pricing .pricing-cols .col-md-3 .col-in .col-in-g {
          padding: 30px 20px; }
          .pricing .pricing-cols .col-md-3 .col-in .col-in-g ul {
            padding: 0px 25px; }
            .pricing .pricing-cols .col-md-3 .col-in .col-in-g ul li {
              font-family: "Gotham Book";
              list-style-image: url("https://img03.en25.com/EloquaImages/clients/AvayaInc/%7B6e55f137-0b65-4ef8-8fdb-192f770b7603%7D_li.png");
              font-size: 14px;
              color: #666;
              line-height: 1rem;
              padding-bottom: 10px; }

.aditional {
  background: #fff;
  min-height: 180px;
  width: 100;
  b-webkit-box-shadow: 10px 9px 30px -13px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 9px 30px -13px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 9px 30px -13px rgba(0, 0, 0, 0.5);
  border-left: 5px solid #da291c; }
  @media screen and (max-width: 768px) {
    .aditional {
      border-left: 0; } }
  .aditional .col-sm-3 {
    padding-top: 50px;
    padding-left: 60px; }
    @media screen and (max-width: 768px) {
      .aditional .col-sm-3 {
        padding-left: 0; } }
    .aditional .col-sm-3 h2 {
      font-family: "Playfair Display";
      font-weight: 700;
      font-size: 28px;
      text-align: left;
      line-height: 32px; }
      @media screen and (max-width: 768px) {
        .aditional .col-sm-3 h2 {
          text-align: center; } }
      .aditional .col-sm-3 h2 .divisor {
        width: 160px; }
  .aditional .col-sm-4 {
    background: url("https://img03.en25.com/EloquaImages/clients/AvayaInc/%7B73f723f2-3723-4ca8-b6ba-0fd159bdbdb3%7D_patt.png");
    min-height: 180px;
    background-size: cover;
    background-position: left; }
    @media screen and (max-width: 568px) {
      .aditional .col-sm-4 {
        margin-top: 20px;
        min-height: 40px; } }
  .aditional .col-sm-5 {
    font-family: "Gotham Book";
    text-align: center;
    line-height: 26px;
    font-size: 15px;
    padding-top: 40px;
    color: #666; }
    .aditional .col-sm-5 b {
      font-family: "Gotham Book";
      font-size: 16px; }
    .aditional .col-sm-5 .col-sm-6 {
      font-family: "Gotham Book";
      color: #666; }
      .aditional .col-sm-5 .col-sm-6:first-child {
        border-right: 1px solid #ccc; }
        @media screen and (max-width: 991px) {
          .aditional .col-sm-5 .col-sm-6:first-child {
            border-right: 0;
            border-bottom: 1px solid #eee;
            padding-bottom: 20px; } }

.note2 {
  width: 60%;
  margin: 0 auto;
  min-height: 50px;
  margin-top: 40px;
  padding-top: 15px;
  border: 2px solid #a3cae9; }
  @media screen and (max-width: 991px) {
    .note2 {
      width: 90%;
      padding: 15px;
      line-height: normal; } }
  .note2 p {
    color: #000;
    text-align: center;
    font-family: "Gotham Book"; }

.b-red {
  min-height: 300px;
  width: 100%;
  background-color: #da291c;
  background-image: url("https://img03.en25.com/EloquaImages/clients/AvayaInc/%7Bfe9fc00d-dfaa-41a6-9456-c344183bea4d%7D_bg2.png");
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 30px 0; }
  @media screen and (max-width: 768px) {
    .b-red {
      padding: 20px 0; } }
  .b-red a {
    display: block;
    width: 300px;
    padding: 10px 20px;
    border: 2px solid #fff;
    color: #fff;
    margin: 0 auto;
    font-family: "Playfair Display";
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .b-red a:hover {
      color: #000;
      text-decoration: none;
      background: #fff;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
  .b-red h2 {
    font-family: "Playfair Display";
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    color: #fff; }
    @media screen and (max-width: 568px) {
      .b-red h2 {
        font-size: 25px; } }

.link2 {
  padding: 15px 20px;
  border: 2px solid #da291c;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #000; }
  .link2:hover {
    text-decoration: none;
    background: #da291c;
    color: #fff;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

body .mainContainer section.formRegister {
  padding: 0;
  width: 100%;
  background-image: url("https://img03.en25.com/EloquaImages/clients/AvayaInc/%7Bd8a49452-f9ba-4b52-875c-f376dd9de284%7D_bg-red.png") !important;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
  min-height: 590px; }
  body .mainContainer section.formRegister .col-phone img {
    width: 100%;
    padding-top: 120px;
    position: absolute; }
    @media screen and (max-width: 768px) {
      body .mainContainer section.formRegister .col-phone img {
        position: relative;
        padding-top: 10px;
        padding-bottom: 20px; } }

body .mainContainer section.formRegister .innerContentForm .infoPage {
  display: inline-block;
  vertical-align: middle;
  padding-left: 80px; }
  @media screen and (max-width: 991px) {
    body .mainContainer section.formRegister .innerContentForm .infoPage {
      padding-left: 30px; } }

body .mainContainer section.formRegister .innerContentForm .infoPage .infotxt {
  padding-right: 0px !important; }

@media screen and (max-width: 568px) {
  .title-absol {
    font-size: 28px !important; } }

@media screen and (max-width: 568px) {
  .ad-cont {
    padding-left: 10%;
    padding-right: 10%; } }

.disc {
  padding-top: 20px; }
  .disc p {
    font-family: "Gotham Book";
    color: #666;
    font-size: 12px;
    line-height: normal; }

.atop a {
  border: 1px solid #da291c;
  padding: 10px 20px;
  color: #666;
  font-family: "Gotham Book";
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .atop a:hover {
    text-decoration: none;
    border: 1px solid #999;
    color: #da291c;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

@media screen and (max-width: 568px) {
  .logoAvayaTagline {
    margin-left: 90px; } }

ul li .fullFild #gdprSection2 {
  font-size: 12px !important;
  line-height: 18px !important;
  width: 100% !important;
  font-weight: bold; }

.colform .innerForm {
  display: inline-block;
  vertical-align: middle;
  padding: 30px 4% 40px;
  width: 100%;
  position: relative;
  background-color: #f9f9fa;
  box-shadow: 0px 4px 30px -6px rgba(0, 0, 0, 0.2);
  border-top: 5px solid #da291c; }

.colform .innerForm.innerFormThanks {
  padding: 80px 5%; }

.colform .innerForm h2.tittleForm {
  margin-bottom: 18px;
  font-size: 32px;
  font-family: 'Playfair Display';
  font-weight: 700;
  text-align: center; }

.colform .innerForm h2.tittleForm p {
  margin-top: 30px;
  font-family: 'Gotham Book';
  font-weight: normal;
  font-size: 0.875rem;
  font-size: 14px;
  text-align: left; }

.colform .innerForm h2.tittleForm p.subtitleform {
  margin-top: 10px;
  text-align: center; }

.colform .innerForm h2.tittleForm p span.linksPhones {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.colform .innerForm h2.tittleForm p span.linksPhones a {
  float: none;
  margin-bottom: 7px;
  font-size: 0.875rem;
  font-size: 14px;
  color: #000; }

.colform .innerForm h2.tittleForm p span.red {
  display: block;
  margin-top: 8px;
  font-weight: bold;
  font-size: 0.75rem;
  font-size: 12px;
  color: #da291c; }

.colform .innerForm form {
  display: block;
  margin: 0px auto 0;
  width: 100%; }

.colform .innerForm form .slideForm {
  width: 100%; }

.colform .innerForm form .slideForm .steps {
  display: none; }

.colform .innerForm form .slideForm .content {
  background-color: transparent; }

.colform .innerForm form .slideForm section.formFild {
  width: 100%;
  padding: 0% 0; }

.colform .innerForm form .slideForm section.formFild > ul {
  display: table;
  width: 100%; }

.colform .innerForm form .slideForm section.formFild > ul > li {
  padding: 0 7px 7px;
  position: relative; }

.colform .innerForm form .slideForm section.formFild > ul > li.onlyFild {
  float: none;
  display: table;
  margin: 0 auto; }

.colform .innerForm form .slideForm section.formFild > ul > li.fullFild {
  width: 100%;
  margin-right: 0; }

.colform .innerForm form .slideForm section.formFild > ul > li.selectFild div {
  margin: 0 auto;
  position: relative; }

.colform .innerForm form .slideForm section.formFild > ul > li.selectFild div:after {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  right: 2%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 5px solid #da291c; }

.colform .innerForm form .slideForm section.formFild > ul > li.selectFild div label.error {
  width: 100%;
  margin: 5px 0 0;
  padding-left: 0;
  font-size: 0.75rem;
  font-size: 12px;
  color: #da291c;
  font-weight: bold;
  text-align: center; }

.colform .innerForm form .slideForm section.formFild > ul > li.checkFild > label p b {
  font-weight: bold; }

.colform .innerForm form .slideForm section.formFild > ul > li > label {
  width: 100%;
  margin-bottom: 8px;
  padding-left: 3px; }

.colform .innerForm form .slideForm section.formFild > ul > li > label.error {
  width: 100%;
  margin: 5px 0 0;
  padding-left: 0;
  font-size: 0.75rem;
  font-size: 12px;
  color: #da291c;
  font-weight: bold;
  text-align: center; }

.colform .innerForm form .slideForm section.formFild > ul > li > label p {
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Gotham Book'; }

.colform .innerForm form .slideForm section.formFild > ul > li > label p span {
  color: #da291c;
  font-weight: bold;
  font-size: 0.875rem;
  font-size: 14px; }

.colform .innerForm form .slideForm section.formFild > ul > li input,
.colform .innerForm form .slideForm section.formFild > ul > li textarea,
.colform .innerForm form .slideForm section.formFild > ul > li select {
  width: 100%;
  height: 40px;
  display: block;
  background-color: transparent;
  border-radius: 0px;
  border: 0;
  margin: 0 auto;
  color: #666;
  padding: 8px;
  font-family: 'Gotham Book';
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.colform .innerForm form .slideForm section.formFild > ul > li input:focus,
.colform .innerForm form .slideForm section.formFild > ul > li textarea:focus,
.colform .innerForm form .slideForm section.formFild > ul > li select:focus {
  border: 1px solid #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

.colform .innerForm form .slideForm section.formFild > ul > li input::-webkit-input-placeholder,
.colform .innerForm form .slideForm section.formFild > ul > li textarea::-webkit-input-placeholder,
.colform .innerForm form .slideForm section.formFild > ul > li select::-webkit-input-placeholder {
  color: #333; }

.colform .innerForm form .slideForm section.formFild > ul > li input::-moz-placeholder,
.colform .innerForm form .slideForm section.formFild > ul > li textarea::-moz-placeholder,
.colform .innerForm form .slideForm section.formFild > ul > li select::-moz-placeholder {
  color: #333; }

.colform .innerForm form .slideForm section.formFild > ul > li input:-ms-input-placeholder,
.colform .innerForm form .slideForm section.formFild > ul > li textarea:-ms-input-placeholder,
.colform .innerForm form .slideForm section.formFild > ul > li select:-ms-input-placeholder {
  color: #333; }

.colform .innerForm form .slideForm section.formFild > ul > li input:-moz-placeholder,
.colform .innerForm form .slideForm section.formFild > ul > li textarea:-moz-placeholder,
.colform .innerForm form .slideForm section.formFild > ul > li select:-moz-placeholder {
  color: #333; }

.colform .innerForm form .slideForm section.formFild > ul > li .placeholderclass:before {
  width: 100%;
  content: attr(placeholder); }

.colform .innerForm form .slideForm section.formFild > ul > li .placeholderclass:hover:before,
.colform .innerForm form .slideForm section.formFild > ul > li .placeholderclass:active:before,
.colform .innerForm form .slideForm section.formFild > ul > li .placeholderclass:focus:before {
  width: 0%;
  content: "";
  display: none; }

.colform .innerForm form .slideForm section.formFild > ul > li textarea {
  max-width: 100%;
  min-width: 100%;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  padding: 10px 10px;
  line-height: 18px; }

.colform .innerForm form .slideForm section.formFild > ul > li .checkBox {
  padding: 10px 15px 0;
  position: relative; }

.colform .innerForm form .slideForm section.formFild > ul > li .checkBox li {
  display: inline-block;
  padding: 0 0 20px; }

.colform .innerForm form .slideForm section.formFild > ul > li .checkBox li:last-child {
  padding-bottom: 0; }

.colform .innerForm form .slideForm section.formFild > ul > li .checkBox li:nth-child(odd) {
  margin: 0 20px 0 0; }

@media screen and (max-width: 767px) {
  .colform .innerForm form .slideForm section.formFild > ul > li .checkBox li {
    padding: 10px 0; }
  .colform .innerForm form .slideForm section.formFild > ul > li .checkBox li:nth-child(odd) {
    margin: 0; } }

.colform .innerForm form .slideForm section.formFild > ul > li .checkBox li[class*="col"] {
  width: 48%; }

.colform .innerForm form .slideForm section.formFild > ul > li .checkBox li[class*="col"] label p,
.colform .innerForm form .slideForm section.formFild > ul > li .checkBox li[class*="col"] label span.btnCheckbox {
  float: left; }

.colform .innerForm form .slideForm section.formFild > ul > li .checkBox li[class*="col"] label p {
  width: 90%; }

.colform .innerForm form .slideForm section.formFild > ul > li .checkBox li.onlyFild {
  float: none;
  display: table;
  margin: 0 auto; }

.colform .innerForm form .slideForm section.formFild > ul > li .checkBox li.fullFild {
  width: 100%;
  margin-right: 0; }

.colform .innerForm form .slideForm section.formFild > ul > li .checkBox li label.error {
  width: auto;
  margin: 5px 0 0;
  padding-left: 0;
  font-size: 0.75rem;
  font-size: 12px;
  color: #da291c;
  font-weight: bold;
  text-align: center; }

.colform .innerForm form .slideForm section.formFild > ul > li .checkBox li label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  font-family: 'Gotham Book';
  font-weight: normal;
  font-size: 0.75rem;
  font-size: 12px;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.colform .innerForm form .slideForm section.formFild > ul > li .checkBox li label input[type="radio"],
.colform .innerForm form .slideForm section.formFild > ul > li .checkBox li label input[type="checkbox"] {
  margin: 0;
  position: absolute;
  width: auto;
  height: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

.colform .innerForm form .slideForm section.formFild > ul > li .checkBox li label input[type="radio"]:checked ~ span.btnCheckbox,
.colform .innerForm form .slideForm section.formFild > ul > li .checkBox li label input[type="checkbox"]:checked ~ span.btnCheckbox {
  background: rgba(144, 144, 144, 0.7); }

.colform .innerForm form .slideForm section.formFild > ul > li .checkBox li label span.btnCheckbox {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  border: 2px solid #909090;
  margin-right: 5px; }

.colform .innerForm form .slideForm section.formFild > ul > li .checkBox li label span.btnCheckbox.checkedInput {
  background: rgba(144, 144, 144, 0.7); }

.colform .innerForm form .slideForm .actions {
  text-align: center; }

.colform .innerForm form .slideForm .actions ul {
  width: 100%; }

.colform .innerForm form .slideForm .actions ul li {
  width: 100%;
  margin: 0; }

.colform .innerForm form .slideForm .actions ul li a {
  display: block;
  padding: 12px 25px;
  background-color: #da291c;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.colform .innerForm form .slideForm .actions ul li a[href="#previous"] {
  display: block;
  padding: 12px 10px;
  background-color: transparent;
  text-align: center;
  color: #575759;
  font-size: 0.8125rem;
  font-size: 13px; }

.colform .innerForm form .slideForm .actions ul li a[href="#previous"]:hover {
  color: #da291c; }

.colform .innerForm form .slideForm .actions ul li a[href="#next"],
.colform .innerForm form .slideForm .actions ul li a[href="#finish"] {
  width: 100%; }

.colform .innerForm form .slideForm .actions ul li a[href="#next"]:hover,
.colform .innerForm form .slideForm .actions ul li a[href="#finish"]:hover {
  background-color: #ae2116;
  text-decoration: none; }

.colform .innerForm form .slideForm .sendButton {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  margin: 10px 0 0;
  padding: 18px 25px;
  background-color: #da291c;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 0.875rem;
  font-size: 14px; }

.colform .innerForm form .slideForm .sendButton:hover {
  background-color: #ae2116;
  text-decoration: none; }

.colform .innerForm .statusBarSteps {
  margin: 20px auto 0; }

.colform .innerForm .statusBarSteps p {
  text-align: center;
  font-weight: bold;
  font-size: 0.875rem;
  font-size: 14px; }

.colform .innerForm .statusBarSteps p span {
  font-weight: bold; }

.colform .innerForm .contentThankMessage h2 {
  font-size: 1.5625rem;
  font-size: 25px;
  font-family: 'Playfair Display';
  font-weight: 700;
  text-align: center; }

.colform .innerForm .contentThankMessage p {
  margin-top: 30px;
  font-family: 'Gotham Book';
  font-weight: normal;
  font-size: 0.875rem;
  font-size: 14px;
  line-height: 26px;
  text-align: center; }

.colform .innerForm .contentThankMessage p b {
  font-size: 1rem;
  font-size: 16px;
  font-weight: bold; }
